From: David Polakovic Date: Sat, 8 Aug 2026 12:06:50 +0000 (+0200) Subject: chore: Updated the README file. X-Git-Url: https://git.dpolakovic.space/%22%22.esc_url%28%24base_url%29.%22//%22%24link/%22/%22%22.esc_url%28%24base_url%29.%22//%22%24link/%22?a=commitdiff_plain;h=3114a0e948966390a4b536e9dd102561e4b2045a;p=copy2fat32 chore: Updated the README file. --- diff --git a/README.txt b/README.txt index af63f5d..a2fbeb9 100644 --- a/README.txt +++ b/README.txt @@ -1,11 +1,14 @@ Copy to FAT32 Tool for copying large files to FAT32 partitions. -copyright 2025, David Polakovic, licensed under GPLv3 +copyright 2025, David Polakovic, licensed under Perl Artistic License + ABOUT: -This scrip copies files to FAT32 partitions. Even those -larger than 4GBs... which is needed when device using the -USB stick can read only FAT32 partitions. +This script allowes users to copy files larger than 4GB on partitions +formated to FAT32. This is necessary for transfering files via USB thumbstick +to systems with proprietary partition formats, because they always read +FAT32. + HOW TO RUN: Navigate to the directory where you downloaded the script and @@ -19,12 +22,12 @@ to find it. LICENSE: -https://www.gnu.org/licenses/gpl-3.0.en.html +https://perldoc.perl.org/perlartistic see LICENSE.txt CONTACT: email@dpolakovic.space -Fetch my GPG here: https://dpolakovic.space/gpg.html +Fetch my GPG here: https://dpolakovic.space/dpolakovic_pub_key.asc RELEASE NOTES: 1.0 - copies everything as it should